fix: improve condition handling and event emission for failed steps#607
fix: improve condition handling and event emission for failed steps#607
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 5ac520e
☁️ Nx Cloud last updated this comment at |
0852217 to
9db59ea
Compare
9db59ea to
a347e8c
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-607.pgflow.pages.dev 📝 Details:
_Last updated: _ |
a347e8c to
5ac520e
Compare
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2026-03-17T20:33:31+01:00 |

Improved Condition Handling and Task Failure Management
This PR enhances the condition handling and task failure management in PGFlow with several key improvements:
Added default values for condition handling modes:
whenUnmetdefaults to 'skip'whenExhausteddefaults to 'fail'Improved failure handling for unmet conditions:
Enhanced task failure handling:
Added comprehensive test coverage:
These changes improve the reliability and observability of workflow execution, particularly in failure scenarios.